API Documentation
Constants.h
1 // Constants.h
3 //
5 
7 {
13  struct Constants
14  {
15  // Namespaces
16  inline static const std::string NAMESPACE ;
17 
18  // UserTypes
19  inline static const std::string SCRIPT_HOLDER ;
20  } ;
21 }
nkAstraeus::lua::nkScriptsWrap::Constants
Constants encompassing user type identifiers for the wrapping of nkScripts.
Definition: Constants.h:14
nkAstraeus::lua::nkScriptsWrap::Constants::SCRIPT_HOLDER
static const std::string SCRIPT_HOLDER
Identifies a nkScripts::Script.
Definition: Constants.h:19
nkAstraeus::lua::nkScriptsWrap::Constants::NAMESPACE
static const std::string NAMESPACE
Identifies the namespace.
Definition: Constants.h:16
nkAstraeus::lua::nkScriptsWrap
Encompasses the wrapping of nkScripts for Lua.
Definition: Constants.h:7